Document: vector properties not loaded by default in EF Core 11#5286
Document: vector properties not loaded by default in EF Core 11#5286
Conversation
Document dotnet/efcore#37279 Co-authored-by: roji <1862641+roji@users.noreply.github.com>
Co-authored-by: roji <1862641+roji@users.noreply.github.com>
roji
left a comment
There was a problem hiding this comment.
Add a low-impact breaking change note. For now, leave the "mitigation" section as TODO - we'll be introducing a mechanism to opt into loading vector properties later in the release.
Co-authored-by: roji <1862641+roji@users.noreply.github.com>
Done in dc55ed9 — added a low-impact breaking change entry in |
EF Core 11 introduces partial property loading:
SqlVector<T>properties are excluded fromSELECTby default, since vectors are large and rarely need to be read back after ingestion.vector-search.md[!NOTE]noting that prior to EF Core 11, vector properties were always loaded like any other propertyVECTOR_SEARCH()and hybrid search examples to reflect vector column no longer appearing inSELECTwhatsnew.mdbreaking-changes.mdSqlVector<T>properties no longer being loaded by default (tracking issue #37279)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.